home *** CD-ROM | disk | FTP | other *** search
- object JournalPreferenceForm: TJournalPreferenceForm
- Left = 300
- Top = 192
- HelpContext = 8
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'User Preferences'
- ClientHeight = 266
- ClientWidth = 277
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object DoneButton: TButton
- Left = 40
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Done'
- TabOrder = 1
- OnClick = DoneButtonClick
- end
- object CancelButton: TButton
- Left = 120
- Top = 240
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ApplyButton: TButton
- Left = 200
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Apply'
- Enabled = False
- TabOrder = 3
- OnClick = ApplyButtonClick
- end
- object PreferencePage: TPageControl
- Left = 0
- Top = 0
- Width = 277
- Height = 237
- ActivePage = DisplaySheet
- Align = alTop
- TabOrder = 0
- object DisplaySheet: TTabSheet
- Caption = 'Display'
- object DisplayGroup: TRadioGroup
- Left = 12
- Top = 4
- Width = 245
- Height = 73
- Caption = 'Display Choices'
- ItemIndex = 0
- Items.Strings = (
- 'Use Default Sizing && Position'
- 'Maximize'
- 'Use Specified Settings...')
- TabOrder = 0
- OnClick = DisplayGroupClick
- end
- object SettingsBox: TGroupBox
- Left = 12
- Top = 80
- Width = 245
- Height = 65
- Caption = 'Screen Settings'
- TabOrder = 1
- object LeftLabel: TLabel
- Left = 11
- Top = 20
- Width = 18
- Height = 13
- Caption = 'Left'
- Enabled = False
- end
- object TopLabel: TLabel
- Left = 11
- Top = 40
- Width = 19
- Height = 13
- Caption = 'Top'
- Enabled = False
- end
- object WidthLabel: TLabel
- Left = 127
- Top = 20
- Width = 28
- Height = 13
- Caption = 'Width'
- Enabled = False
- end
- object HeightLabel: TLabel
- Left = 127
- Top = 40
- Width = 31
- Height = 13
- Caption = 'Height'
- Enabled = False
- end
- object LeftEdit: TEdit
- Left = 48
- Top = 16
- Width = 41
- Height = 21
- Enabled = False
- TabOrder = 0
- OnChange = LeftEditChange
- end
- object TopEdit: TEdit
- Left = 48
- Top = 36
- Width = 41
- Height = 21
- Enabled = False
- TabOrder = 1
- OnChange = TopEditChange
- end
- object WidthEdit: TEdit
- Left = 168
- Top = 16
- Width = 41
- Height = 21
- Enabled = False
- TabOrder = 2
- OnChange = WidthEditChange
- end
- object HeightEdit: TEdit
- Left = 168
- Top = 36
- Width = 41
- Height = 21
- Enabled = False
- TabOrder = 3
- OnChange = HeightEditChange
- end
- end
- end
- object EditingSheet: TTabSheet
- Caption = 'Editing'
- object DayBeginLabel: TLabel
- Left = 16
- Top = 108
- Width = 145
- Height = 13
- Caption = 'When does Your Day begin?'
- end
- object SpellingLabel: TLabel
- Left = 8
- Top = 128
- Width = 87
- Height = 13
- Caption = 'Spelling Dictionary'
- end
- object DateTimeFormatGroup: TGroupBox
- Left = 12
- Top = 4
- Width = 245
- Height = 89
- Caption = 'Date && Time Format'
- TabOrder = 0
- object SampleDateTimeLabel: TLabel
- Left = 12
- Top = 64
- Width = 221
- Height = 16
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DateFormatCombo: TComboBox
- Left = 8
- Top = 36
- Width = 229
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'mm/dd/yy'
- 'mm-dd-yy'
- 'm/d/yy'
- 'm-d-yy'
- 'dddd, mmmm d, yyyy'
- 'dddd, mmmm d, yy'
- 'ddd, mmm d, yyyy'
- 'ddd, mmm d, yy'
- 'mmm dd, yyyy'
- 'mmm dd, yy'
- 'mmm d, yyyy'
- 'mmm d, yy'
- 'dd/mm/yy'
- 'dd-mm-yy'
- 'd/m/yy'
- 'd-m-yy'
- 'dddd, d mmmm, yyyy'
- 'dddd, d mmmm, yy'
- 'ddd, d mmm, yyyy'
- 'ddd, d mmm, yy'
- 'dd mmm, yyyy'
- 'dd mmm, yy'
- 'd mmm, yyyy'
- 'd mmm, yy')
- TabOrder = 0
- OnChange = DateFormatComboChange
- end
- object UseAMPMCheck: TCheckBox
- Left = 12
- Top = 16
- Width = 221
- Height = 17
- Caption = 'Use 12-Hour Clock (AM/PM)'
- State = cbChecked
- TabOrder = 1
- OnClick = UseAMPMCheckClick
- end
- end
- object DayBeginCombo: TComboBox
- Left = 164
- Top = 104
- Width = 93
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = DayBeginComboChange
- end
- object SpellingDictEdit: TEdit
- Left = 8
- Top = 144
- Width = 197
- Height = 21
- TabOrder = 2
- OnChange = SpellingDictEditChange
- end
- object SpellingBrowseButton: TButton
- Left = 208
- Top = 142
- Width = 51
- Height = 26
- Caption = 'Browse'
- TabOrder = 3
- OnClick = SpellingBrowseButtonClick
- end
- end
- object CategorySheet: TTabSheet
- Caption = 'Category'
- object DefaultFontGroup: TGroupBox
- Left = 12
- Top = 4
- Width = 245
- Height = 101
- Caption = 'Default Category Font'
- TabOrder = 0
- object FontNameLabel: TLabel
- Left = 8
- Top = 17
- Width = 141
- Height = 16
- AutoSize = False
- Caption = 'Default Font'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object FontSizeLabel: TLabel
- Left = 184
- Top = 17
- Width = 53
- Height = 16
- AutoSize = False
- Caption = 'Size'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object FontSizeCombo: TComboBox
- Left = 184
- Top = 32
- Width = 52
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '8'
- '9'
- '10'
- '11'
- '12'
- '14'
- '16'
- '18'
- '20'
- '22'
- '24'
- '26'
- '28'
- '36'
- '48'
- '72')
- TabOrder = 0
- OnChange = FontSizeComboChange
- end
- object FontNameCombo: TComboBox
- Left = 8
- Top = 32
- Width = 169
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = FontNameComboChange
- end
- object SampleMemo: TMemo
- Left = 8
- Top = 60
- Width = 229
- Height = 32
- Lines.Strings = (
- 'Sample Entry Text')
- ReadOnly = True
- TabOrder = 2
- end
- end
- object WYSIWYGBox: TCheckBox
- Left = 16
- Top = 112
- Width = 245
- Height = 17
- Caption = 'Use WYSIWYG Formatting for Default Printer'
- TabOrder = 1
- OnClick = WYSIWYGBoxClick
- end
- object PageWidthGroup: TGroupBox
- Left = 12
- Top = 132
- Width = 245
- Height = 65
- Caption = 'Page Width Setting'
- TabOrder = 2
- object PageWidthLabel: TLabel
- Left = 32
- Top = 40
- Width = 56
- Height = 13
- Caption = 'Page Width'
- Enabled = False
- end
- object InchesLabel: TLabel
- Left = 160
- Top = 40
- Width = 32
- Height = 13
- Caption = 'Inches'
- Enabled = False
- end
- object DefaultPageWidthCheck: TCheckBox
- Left = 12
- Top = 16
- Width = 177
- Height = 17
- Caption = 'Use Default Page Width (6.5")'
- State = cbChecked
- TabOrder = 0
- OnClick = DefaultPageWidthCheckClick
- end
- object PageWidthSpin: TUpDown
- Left = 137
- Top = 36
- Width = 16
- Height = 21
- Min = 0
- Position = 0
- TabOrder = 1
- Wrap = True
- OnClick = PageWidthSpinClick
- end
- object PageWidthEdit: TEdit
- Left = 96
- Top = 36
- Width = 41
- Height = 21
- Enabled = False
- ReadOnly = True
- TabOrder = 2
- Text = '6.5'
- end
- end
- end
- object SavingSheet: TTabSheet
- Caption = 'Saving'
- object AutoSaveGroup: TGroupBox
- Left = 12
- Top = 4
- Width = 245
- Height = 69
- Caption = 'Auto-Save Settings'
- TabOrder = 0
- object AutoSaveLabel: TLabel
- Left = 32
- Top = 36
- Width = 92
- Height = 13
- Caption = 'Save Journal Every'
- end
- object MinutesLabel: TLabel
- Left = 192
- Top = 36
- Width = 37
- Height = 13
- Caption = 'Minutes'
- end
- object AutoSaveCheck: TCheckBox
- Left = 12
- Top = 16
- Width = 161
- Height = 17
- Caption = 'Journal Auto-Saving Active'
- State = cbChecked
- TabOrder = 0
- OnClick = AutoSaveCheckClick
- end
- object AutoSaveSpin: TUpDown
- Left = 167
- Top = 32
- Width = 15
- Height = 21
- Associate = AutoSaveEdit
- Min = 1
- Max = 60
- Position = 10
- TabOrder = 1
- Wrap = False
- end
- object AutoSaveEdit: TEdit
- Left = 132
- Top = 32
- Width = 35
- Height = 21
- TabOrder = 2
- Text = '10'
- OnChange = AutoSaveEditChange
- end
- end
- end
- object SecuritySheet: TTabSheet
- Caption = 'Security'
- object MinimizeLockBox: TCheckBox
- Left = 24
- Top = 20
- Width = 129
- Height = 17
- Caption = 'Lock on Minimize'
- TabOrder = 0
- OnClick = MinimizeLockBoxClick
- end
- end
- end
- object DictOpenDialog: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Dictionary File (*.DCT)|*.DCT'
- Title = 'Open Dictionary'
- Left = 4
- Top = 236
- end
- end
-